object Form9: TForm9 Left = 334 Top = 107 Width = 434 Height = 138 Caption = 'Location of File Manager' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True OnDeactivate = FormDeactivate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 10 Top = 10 Width = 392 Height = 16 Caption = 'Directory and filename of file manager (Ex: c:\windows\explorer.' + 'exe)' end object Edit1: TEdit Left = 10 Top = 30 Width = 405 Height = 24 Hint = 'Enter drive:\directory\filename.exe. This is the program that Q' + 'image will execute when you select "Run" under "File Manager"' ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'c:\windows\explorer.exe' end object BitBtn1: TBitBtn Left = 177 Top = 69 Width = 70 Height = 31 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end end